/*General */
body
{		
	font-family: 'Montserrat', sans-serif;
	margin: 0;
}
.plug-container
{
	width: 50%;
	margin: 0 auto;
	display: flex;
	z-index: 4;
	padding-top: 20px;
}
/* Rows */
.half
{
	width:50%; 
	margin: 0 auto;
	display: inline-block;
	padding: 0 20px;
}
.full
{
	width:50%; 
	margin: 0 auto;
	display: inline-block;
	padding: 0 20px;
	z-index: 5;
}
.vingt
{
	width: 25%;
	display: inline-block;
	padding-top: 30px;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
.soixante
{
	width: 50%;
	display: inline-block;
}
/* Top */
.plug-top
{
	background-color: #0548cb;
	color: #f8d803;
	display: block;
	width: 50%;
	overflow: hidden;
	margin: 0 auto;
}
.digital
{
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	display: inline-block;
	margin-top: 10px;
	line-height: normal;
}
.logot
{
	float: left;
	margin-right: 10px;
}
.cont
{
	color: #f8d803;
	display: inline-block;
}
.social-top img,.social-news img
{
	transition: all .2s ease-in-out; 
	transform: scale(.9);
}
.social-top a
{
	text-decoration: none;
}
.social-top img:hover, .social-news img:hover
{
	opacity: .8;
	transform: scale(1);
	padding: 0 2px;
}
/* Titres */
.plugtitre
{
	color: #F8D803;
	font-size: 30px;
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
}
#titre
{
	opacity: 0;
	width: 0;
	transition: ease 1.5s;
}
.plugtitre2
{
	color: #0548cb;
	font-size: 30px;
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
	margin-bottom: 2px;
}
.plugp
{
	color: #FFFFFF;
	font-size: 18px;
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
}
.plugp2
{
	color: #111111;
	font-size: 18px;
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
	margin-top: 0;
}
#play
{
	position: absolute;
	width: 20%;
	right: 5%;
	text-align: center;
	top: 50%;
	height: 30%;
	z-index: 100;
	cursor: pointer;
	margin: 0px;
}
#sstitre
{
	margin-top: -3%;
}
/* New Style Btn */
#playA
{
	width: 200px; 
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8d803;
  margin-bottom: 20px;
}
#playA:hover
{

  background-color: transparent;
}
.btn {
	line-height: 50px;
	height: 50px;
	text-align: center;
	width: 250px;
	cursor: pointer;
	
}
.btnplg {
    color: #0548cb;
	transition: all 0.5s;
	position: relative;
	text-decoration: none;
  }
  .btnplg:hover{
    color: #FFFFFF;

  }
.btnplg::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(255,255,255,0.1);
	transition: all 0.3s;
}
.btnplg:hover::before {
	opacity: 0 ;
	transform: scale(0.5,0.5);
}
.btnplg::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: all 0.3s;
	border: 1px solid rgba(255,255,255,0.5);
	transform: scale(1.2,1.2);
}
.btnplg:hover::after {
	opacity: 1;
	transform: scale(1,1);
}
/* other version */
#playB
{
	width: 200px; 
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0548cb;
  margin-bottom: 20px;
}
#playB:hover
{

  background-color: transparent;
}
#playC
{
	width: 200px; 
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0548cb;
  margin-bottom: 20px;
}
#playC:hover
{

  background-color: transparent;
}
.btnplgb {
    color: #f8d803;
	transition: all 0.5s;
	position: relative;
	text-decoration: none;
  }
  .btnplgb:hover{
    color: #0548cb;

  }
.btnplgb::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(255,255,255,0.1);
	transition: all 0.3s;
}
.btnplgb:hover::before {
	opacity: 0 ;
	transform: scale(0.5,0.5);
}
.btnplgb::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: all 0.3s;
	border: 1px solid rgba(30,91,208,0.5);
	transform: scale(1.2,1.2);
}
.btnplgb:hover::after {
	opacity: 1;
	transform: scale(1,1);
}
/* Contact */
.form-popup {
  display: none;
  position: fixed;
  top: 110px;
  right: 25%;
  border: 3px solid #f1f1f1;
  z-index: 9;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width input fields */
.form-container input[type=text], .form-container textarea {
  width: 90%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #0548cb;
  color: #FFFFFF;
}
.form-container ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFFFFF;
  opacity: 1; /* Firefox */
}
/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container textarea:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #f8d803;
  color: white;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}
/*Newsletter */
.newsinfo
{
	font-size: 18px;
	color: #07236d;
	text-align: left;
	font-weight: normal;
}
.social-news
{
	width: 210px;
    margin: 20px auto;
}
.social-news a
{
	text-decoration: none;
}
.plugnews
{
	background-color: #f8d803;
}
/* Footer */	
.footer
{
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.5rem;
	background-color: #0548cb;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}
/* Slider */
.slide-content
{
	padding: 125px 0;
}
#slider 
{
	margin: 0 auto;
	width: 75%;
	max-width: 100%;
	text-align: center;
}
#slider input[type=radio] 
{
	display: none;
}
#slider label 
{
	cursor:pointer;
	text-decoration: none;
}
#slides 
{
	padding: 10px;
	position: relative;
	z-index: 3;
	overflow: hidden;
}
#overflow 
{
	width: 100%;
	overflow: hidden;
}
#slide1:checked ~ #slides .inner 
{
	margin-left: 0;
}
#slide2:checked ~ #slides .inner 
{
	margin-left: -100%;
}
#slides .inner 
{
	transition: margin-left 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
	width: 400%;
	line-height: 0;
	height: 100%;
}
#slides .slide
 {
	width: 25%;
	float:left;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 750px;
	color: #fff;
}
#slides .slide_1 
{
    background: url(../wp-content/uploads/plug-img/sliderbg.png);
    background-position: center center;
    background-size: 100% 100%;
}
#slides .slide_2 
{
   background: #003459;
}
#controls {
    width: 100%;
    z-index: 3;
    position: relative;
    bottom: 400px;
	display: none;
}
#controls label {
   transition: opacity 0.2s ease-out;
   display: none;
   width: 60px;
   height: 120px;
   opacity: .4;
}
#controls label:hover {
   opacity: 1;
}
#slide1:checked ~ #controls label:nth-child(2),
#slide2:checked ~ #controls label:nth-child(1) {
   background: url(wp-content/uploads/plug-img/rightarrow) no-repeat;
   float:right;
   margin: 0 -70px 0 0;
   display: block;
}
#slide1:checked ~ #controls label:nth-last-child(2),
#slide2:checked ~ #controls label:nth-last-child(1) {
   background: url(wp-content/uploads/plug-img/leftarrow) no-repeat;
   float:left;
   margin: 0 0 0 -70px;
   display: block;
}
#bullets {
   margin: 150px 0 0;
   text-align: center;
}
#bullets label {
   display: inline-block;
   width: 10px;
   height: 10px;
   border-radius:100%;
   background: #ccc;
   margin: 0 10px;
}
#slide1:checked ~ #bullets label:nth-child(1),
#slide2:checked ~ #bullets label:nth-child(2) {
   background: #444;
}
@media (min-width: 1025px) and (max-width: 1280px) 
{
	.plug-top
	{
		width: 70%;
	}
}
@media screen and (max-width: 900px) {
   #slide1:checked ~ #controls label:nth-child(2),
   #slide2:checked ~ #controls label:nth-child(1),
   #slide1:checked ~ #controls label:nth-last-child(2),
   #slide2:checked ~ #controls label:nth-last-child(1){
      margin: 0;
   }
   #slides {
      max-width: calc(100% - 140px);
      margin: 0 auto;
   }
}
#video-box
 {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #545a59;
    text-align: center;
    top: -100%;
	z-index: 10;
}
/* Slideshow container */
.mySlides {display: none;}
img {vertical-align: middle;}


.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  opacity: .5;
}

.active {
  background-color: #FFFFFF;
  opacity: 1;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
.mySlides img
{
	padding: 0 8px;
}
/*btn*/
.btnplug
{
	background-color: #f8d803;
	border: none;
	color: #0548cb;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	margin: 4px 2px;
	cursor: pointer;
	padding: 12px 28px;
	font-weight: 500;
}
.btnplug:hover,.btnplug2:hover
{
	background-color: #0548cb;
	color: #f8d803;
}
.btnplug2
{
	background-color: #f8d803;
	border: none;
	color: #0d276d;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	margin: 4px 8px;
	cursor: pointer;
	padding: 12px 28px;
	font-weight: 500;
	width: 300px;
}
.playtext
{
	width: 40px;
    height: auto;
    right: 14%;
    text-align: center;
    top: 15%;
    position: absolute;
	transition: top ease 0.5s;
}
.playtext:hover
{
	top: 12%;
}
.pluglight
	{
		bottom:10%;
		left:10%;
		height:100px;
		width:100px;
		position: absolute;
		animation: heartbeat 5s infinite;
		cursor: grabbing !important;
		transition: transform .2s; 
	}
	.pluglight:hover
	{
		bottom:11%;
		left:11%;
		transform: scale(2.5);
	}
.playtextb
{
	width: 40px;
    height: auto;
	top: 80%;
    right: 10%;
    position: absolute;
	transition: top ease 0.5s;
}
.playtextb:hover
{
	top: 70%;
}
section {
  min-height: 450px;
  display: flex;
  align-items: center;
  position: relative;
}
  .has-diagonal {
    
  }
  
  .section-content {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  
  .section-mask {
    position: absolute;
    top: -170px;
    bottom: 35px;
    right: 0;
    left: 0;
    z-index: 1;
    background: url(/wp-content/uploads/plug-img/bgbleu.jpg);
    background-size: cover !important;
    transform: skewY(10deg);
  }
  .bg-option-2 {
  background: url(/wp-content/uploads/plug-img/bgblanc.jpg) !important;
}
.space
{
	height: 30px;
}
.bl {
    padding: 20px 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
	display: grid;
}

.bl:after {
    width: 100%;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0%;
    -webkit-transform: skewY(10deg);
    -moz-transform: skewY(10deg);
    -ms-transform: skewY(10deg);
    -o-transform: skewY(10deg);
    transform: skewY(10deg);
    background: url(/wp-content/uploads/plug-img/bgblanc.jpg);
    z-index: 2;
}
.pluglist
{
	list-style: none;
	color: #404040;
	font-size: 18px;
}
.pluglist li:before 
{
	content: "\2192";
	color: #F8D803;
	font-size: 30px;
	margin-right: 10px;
}
/* Fullscreen Overlay */
.overlay {
	opacity: 0;
    position: fixed;
    top: -1000px;
    left: 0;
    width: 100vw;
    padding: 10px;
    text-align: center;
    background-color: #f8e14a;
    color: #fff;
  height: 80vw;
  padding: 10px;
  text-align: center;
  /* CSS3 Transition */
  transition: opacity .5s;
  -webkit-transition: opacity .5s;
  z-index: 11;
  display: none;
}

/* 90% width container */
.video-container {
    padding-top: 30px;
    width: 80%;
    margin: 0 auto;
    position: relative;
	height: 640px;
}

.close {
    height: auto;
    fill: white;
    right: 0;
    top: 75px;
}

.close:hover {
  /* 50% opacity white */
  fill: rgba(255,255,255,0.5);
  cursor: pointer;
}

/* Class to fade in overlay */
.show {
  opacity: 1;
  display: block;
}
#playerA
{
	z-index: 100;
}
.contb
	{
		width: auto;
		margin: auto;
		padding: 20px 0;
	}
	.btnbicolor 
	{
		position: relative;
		margin: 0 auto;
		padding: 1rem 1.8rem;
		background: transparent;
		outline: none;
		font-size: 18px;
		color: #0548cb;
		text-decoration: none;
		font-weight: 500;
	}
	.btnbicolor:after,
	.btnbicolor:before 
	{
		content: "";
		position: absolute;
		height: 100%;
		width: 50%;
		transform: skewX(30deg);
		transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
		z-index: -2;
	}
	.btnbicolor:before 
	{
		background-color:#FFFFFF;
		top: -1rem;
		left: 0rem;
	}
	.btnbicolor:after 
	{
		background-color: #f8d803;
		top: 1rem;
		left: 10rem;
	}
	.btnbicolor:hover::after 
	{
		left: .0rem;
	}
	.btnbicolor:hover::before 
	{
		left: 10rem;
	}
	.btnbicolor:hover::before,.btnbicolor:hover::after 
	{
		top: 0;
		transform: skewx(0deg);
	}
	/* btn */
	.contb
	{
		width: auto;
		margin: auto;
		padding: 20px 0;
	}
	.btnbicolorb 
	{
		position: relative;
		margin: 0 auto;
		padding: 1rem 1.2rem;
		background: transparent;
		outline: none;
		font-size: 18px;
		color: #FFFFFF;
		text-decoration: none;
		font-weight: 500;
	}
	.btnbicolorb:after,
	.btnbicolorb:before 
	{
		content: "";
		position: absolute;
		height: 100%;
		width: 50%;
		transform: skewX(30deg);
		transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
		z-index: -2;
	}
	.btnbicolorb:before 
	{
		background-color:#0548cb;
		top: -1rem;
		left: 0rem;
	}
	.btnbicolorb:after 
	{
		background-color: #f8d803;
		top: 1rem;
		left: 10rem;
	}
	.btnbicolorb:hover::after 
	{
		left: .8rem;
	}
	.btnbicolorb:hover::before 
	{
		left: 9.5rem;
	}
	.btnbicolorb:hover::before,.btnbicolorb:hover::after 
	{
		top: 0;
		transform: skewx(0deg);
	}
/* Mailchimp */
#mc_embed_signup input.email
{
	width: 200px !important;
	height: 40px !important;
}
#mc_embed_signup .button
{
	background-color: #0548cb !important;
	height: 40px !important;
}
.plugstay
{
	margin: 0;
    float: left;
    display: inline-block;
	color: #0d276d;
	font-size: 36px;
	font-weight: normal;
}
@media (min-width: 768px) and (max-width: 1024px) 
{
	.plug-top
	{
		width: 80%;
	}
	.vingt
	{
		width: 35%;
	}
	#slides .slide
	{
		height: 450px;
	}
	.plug-container
	{
		width: 80%;
	}
	.slideshow-container
	{
		max-width: 350px;
		margin: 0;
		width: 300px;
	}
}
@media (min-width: 320px) and (max-width: 767px) 
{
	.btnbicolorb:before 
	{
		left: 1.5rem;
	}
	.btnbicolorb:hover::after 
	{
		left: 1.5rem;
	}
	.btnbicolorb:hover::before
	{
		left: 9rem;
	}
	.plug-top
	{
		width:80%
	}
	#slider
	{
		width:90%
	}
	#slides .slide 
	{
		height: 200px
	}
	#titre
	{
		width: 250px;
	}
	#sstitre
	{
		width: 250px;
	}
	#slides 
	{
		max-width: calc(100% - 50px);
		margin: 0 auto;
	}
	.plug-container
	{
		width: 100%;
		display: block;
	}
	.plugimg
	{
		width: 90%;
	}
	.playtextb 
	{
		width: 40px;
	}
	section
	{
		width: 100%;
	}
	.vingt 
	{
   	 	width: 50%;
   		/*display: block;*/
    	margin: 0 auto;
    	padding: 5px 0;
	}
	.soixante 
	{
    	width: 50%;
    	/*display: block;*/
    	margin: 0 auto;
	}
	.half
	{
		width:100%; 
		padding: 0;
	}
	.plugtitre,.plugtitre2,.plugp,.plugp2,.slideshow-container,.plugimg
	{
		padding: 0 20px;
	}
	.btnplug,.btnplug2
	{
		margin: 0 auto;
		display: block;
	}
	.slideshow-container
	{
		max-width: 250px;
		margin: 0;
	}
	.logot
	{
		width: 80px;
	}
	.social-top img,social-news img
	{
		width: 22px;
		
	}
	.cont
	{
		margin: 4px 0;
	}
	.playtext
	{
		width: 15px;
	}
	.full
	{
		width: 90%;
	}
	#playA 
	{
		margin: 0 auto;
	}
}