
html, body {
 margin-left:0;
     margin-right:0;
     background-color : black;
}

p {
      color: #ff7900;
  font-family : "Helvetica";
  font-weight: bold;
}

a {
 color: #ff7900;
   font-family : "Helvetica";
 } 

#PL h1 {
  color: #ff7900;
  font-family : "Helvetica";
  font-weight: bold;
}

img {
    width: 150px;
    height: 150px;
    }

.btn-primary.custom-btn {
   background-color: #ff7900;
   border-color: #ff7900;
   height : 80px;
   font-family : "Helvetica";
}

.img-thumbnail {
    border:0;
    background-color : black;
}

textarea {
    text-align: left;
}

@font-face {
    font-family: Quicksand;
   /* src: url("../font/Eurostile.ttf"); */
   src: url("../font/Quicksand-Bold.ttf");
}

/*
@font-face {
    font-family: Bodoni;
    src: url("../font/Eurostile.ttf"); 
   src: url("../font/Bodoni72.ttf");
}
*/
@font-face {
font-family:"helvetica";
	src:url("../font/HelvNeue75_W1G.eot?#iefix");
	src:url("../font/HelvNeue75_W1G.eot#iefix") format("eot"),
	url("../font/HelvNeue75_W1G.woff2") format("woff2"),
	url("../font/HelvNeue75_W1G.woff") format("woff"),
	url("../font/HelvNeue75_W1G.ttf") format("truetype"),
	url("../font/HelvNeue75_W1G.svg") format("svg");
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;

    & > [class^="col-"],
    & > [class*=" col-"] {
   padding-right: 0;
   padding-left: 0;
  }
 }

 @media(max-width:767px){
  body {
    background-color: black;
  }

    img {
    width: 45px;
    height: 45px;
    }

    .btn-primary.custom-btn {
   background-color: #ff7900;
   border-color: #ff7900;
   height : 100px;
   font-family : "Helvetica";
}
}

@media(min-width:768px){
   body {
    background-color: black;
  }
  img {
    width: 100px;
    height: 100px;
    }
}


.probleme
{
	color: #bbbbbb;
	font-family : "Helvetica";
	font-weight: bold;	
}

#countdown
{
	color: #ffffff;
	font-family : "Helvetica";
	font-weight: bold;	
	font-size: 30px;
}
