@charset "UTF-8";

@font-face {
font-family: "bebas-neue-pro";
src: url("/fonts/BebasNeuePro-Regular.eot");
src: url("/fonts/BebasNeuePro-Regular.woff") format("woff"),
url("/fonts/BebasNeuePro-Regular.otf") format("opentype"),
url("/fonts/BebasNeuePro-Regular.svg#filename") format("svg");
}

h2{
  font-size:3rem!important;
  color:#402e9e
}

hr{
  border-color:white
}

.container{
  max-width:1140px!important;
}

.btn-primary{
  background-color:#003663!important;
  border:0!important;
  font-size:16px
}

.btn-primary:hover{
  background-color:#001733!important;  
}

body{
  font-family: 'bebas-neue-pro', sans-serif!important;
}

.text-primary-prodpix {
  color:#001733
}

header{
  background: radial-gradient(circle farthest-side at 80% 30%, rgb(49,153,226), rgb(55,106,197) 65%);
}

header img{
  height:100px
}

header .nav{
  /*right:15px;*/ 
  transform:translate(0%,-50%);
  
}

header .nav-link{
  color:#003663;
  position:relative
    
}
header .nav-link:after{
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #3C6086;
  opacity: 0;
  transition: width 0.3s ease 0s, left 0.3s ease 0s, opacity 0.3s ease 0s;
width: 0;
}

header .nav-item:hover .nav-link:after{
  opacity:1;
  left:0;
  width:100%
}

.navigation{
  padding-left:7%!important;
  padding-right:7%!important
}

footer>.row{
  margin-left:7%!important;
  margin-right:7%!important
}

.prodpixMan{
  height : 200px
}


.bg-blue-radial-content{
  background: radial-gradient(circle farthest-side at 80% 30%, rgb(49,153,226), rgb(55,106,197) 65%);
}

.chapo-domain{
  color:grey;
  font-size:18px 
}

.price-text{
  font-size:18px 
}

.chapo-offer-blue-radial{
  font-size:1.75rem
}

.bg-gradient-blue{
  background: linear-gradient(to right, rgb(55,106,197), rgb(49,153,226));
}

.fa-ul{
  margin-left: 2rem!important;
  line-height:2.25rem!important
}

.option > div:first-child, .option > div:nth-child(4n){
  margin-right:0.5rem;
  margin-left:0px
}

.option > div:nth-child(3n), .option > div:nth-child(3n){
  margin-right:0px;
  margin-left:0.5rem
}

.option > div{
  width:32.3%!important;
  margin-right:0.5rem;
  margin-left:0.5rem;
  padding:0.5rem;
  text-align: center;
  margin-bottom:1rem;
  border-radius:5px
}

.my-6{
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.mt-6{
  margin-top: 6rem !important;
}

.p-6{
  padding:6rem
}


 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 173px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "1 vidéo";
  height: 26px;
  width: 75px;
  left: 4px;
  bottom: 4px;
  border-radius: 25px !important;
  background: linear-gradient(to right, rgb(55,106,197), rgb(49,153,226));;
  -webkit-transition: .4s;
  transition: .4s;
  display: inline-block;
  text-align: center;
}

.slider:after {
  position: absolute;
  content: "3 vidéos";
  height: 26px;
  width: 75px;
  right: 4px;
  bottom: 4px;
  border-radius: 25px !important;
  -webkit-transition: .4s;
  transition: .4s;
  display: inline-block;
  text-align: center;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(90px);
  -ms-transform: translateX(90px);
  transform: translateX(90px);
  content: "3 vidéos";
}
input:checked + .slider:after {

  content: "1 vidéos";
  left:4px
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
} 

#contact+div{
  padding-bottom:115px!important
}

#contact+div a:hover{
    

}

footer{
  background-color:#003663
}

.border-prodpix-color{
  border-color:#001733
}
footer .social-media a:hover{
  color:#2196F3!important
}

.carousel-control-prev{
  right:0;
  left:auto!important;
  background:none!important;
  color:#001733!important
}

.carousel-control-prev:hover, .carousel-control-next:hover{
  background:none!important;
}

.carousel-control-next{
  right:auto!important;
  left:0;
    background:none!important;
  color:#001733!important
  
}

.carousel-control-next:focus, .carousel-control-prev:focus{
  outline:none
}

.card
{
  background-color:#f2f2f2!important
}

/*.card-body{
  height:175px;
  max-height:175px;
}*/

.fa-envelope{
  top:2px
}

