body{
  font: 15px/1.5 Arial, Helvetica,sans-serif;
  padding:0;
  margin:0;
  background-color:white;

}

.logo{

  text-indent: -9999999px;
  background: url('../img/logo11.png') no-repeat;
  width: 300px;

  height:  60px;
}
/* Global */
.container{
  width:80%;
  margin:auto;
  overflow:hidden;
}
.container1{
  width:100%;
  margin:0;
  overflow:hidden;
  position: fixed;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  background:#667f8f; 
  top: 0px;

}

* {
  box-sizing: border-box;
}
.hero-image {
  background-image: url("../img/vh1.jpg");
  background-color: #cccccc;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.hero-image1 {
  background-image: url("../img/truc3.jpg");
  background-color: #cccccc;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text1 {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}


.hero-image2 {
  background-image: url("../img/truc2.jpg");
  background-color: #cccccc;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-text2 {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
ul{
  margin:0;
  padding:0;
}

ul#media li{
  /*display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%); */



}

#media a{

  color: white;
}

ul li{

  list-style: none;
  display:inline;
  padding: 0 5px 0 5px;
  
}


.column{
  float: left;
  padding: 10px;

}

.left{

  width: 33.3%;
}

.center {

  width: 33.3%;
}

.right {

  width: 33.3%;
}

.left a{
  color: red;
}

.right li{

  color: red;
}
#Staff a{
  color: red ;

}

#Staff{
  padding-top: 5px;
}
.row:after{

  content: "";
  display: table;
  clear: both;
}

.button_1{
  height:38px;
  background:#e8491d;
  border:0;
  padding-left: 20px;
  padding-right:20px;
  color:#ffffff;
}

#more{
  display: none;
}

#myBtn{

  background:#e8491d
}

.butt{

  text-align: center;
  color: red;
}

.h11{
  color: #e8491d;
}

.slider{

 
  width: auto;
 /* background-color: red; */
  background-image: url(../img/truc2.jpg);
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  animation: slide 20s infinite;

}

@keyframes slide{

    25%{

      background-image: url(../img/c.jpg);
    }

    50%{

      background-image: url(../img/truc3.jpg);
    }

    75%{

      background-image: url(../img/truc2.jpg);
    }

    100%{

      background-image: url(../img/truc3.jpg);
    }
}

.dark{
  padding:15px;
  background:#667f8f;
  color:#ffffff;
  margin-top:10px;
  margin-bottom:10px;
}



/* Header **/
header{
  background:#667f8f;
  color:#ffffff;
  height:70px;
  overflow: hidden;
  z-index: 2;
  /*background:url('../img/truc.jpg') no-repeat;
  /*border-bottom:#e8491d 3px solid;*/
}

.main {
  max-width: 1000px;
  margin: auto;
}

header a{
  color:#ffffff;
  text-decoration:none;
  font-size:16px;
}

header li{
  float:left;
  display:inline;
  padding: 0 20px 0 20px;
  text-align: center;
  line-height: 25px;
}

header #branding{
  float:left;
  z-index: 2
}

header #branding h1{
  margin:0;
}

header nav{
  float:right;
  margin-top:10px;
  margin-bottom: 10px;
  z-index: 2
}

header .highlight, header .current a{
  color:#e8491d;
  font-weight:bold;
}

header a:hover{
  color:#cccccc;
  font-weight:bold;
}

/* Showcase */
#showcase{
  min-height:800px;
  background:url('../img/truc.jpg') no-repeat;
  text-align:center;
  color:#ffffff;
}

#showcase h1{
  margin-top:100px;
  font-size:55px;
  margin-bottom:10px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

#showcase p{
  font-size:20px;
}

/* Newsletter */
#newsletter{
  padding:15px;
  color:#ffffff;
  background:#667f8f
}

#newsletter h1{
  float:left;
}

#newsletter form {
  float:right;
  margin-top:15px;
}

#newsletter input[type="email"]{
  padding:4px;
  height:25px;
  width:250px;
}

/* Boxes */
#boxes{
  margin-top:20px;
}

#boxes .box{
  float:left;
  text-align: center;
  width:30%;
  padding:10px;
}

#boxes .box img{
  width:90px;
}

/* Sidebar */
aside#sidebar{
  float:right;
  width:30%;
  height: auto;
  margin-top:10px;
  
}

aside#sidebar .quote input, aside#sidebar .quote textarea{
  width:90%;
  height: auto;
  padding:5px;
}

/* Main-col */
article#main-col{
  float:left;
  width:65%;
}

/* Services */
ul#services li{
  list-style: none;
  padding:20px;
  border: #cccccc solid 1px;
  margin-bottom:5px;
  background:url('../img/truc.jpg') no-repeat;
}

footer{
  padding:20px;
  margin-top:20px;
  color:#ffffff;
  background-color:#667f8f;
  text-align: center;
}

/* Media Queries */
@media(max-width: 768px){
  header #branding,
  header nav,
  header nav li,
  #newsletter h1,
  #newsletter form,
  #boxes .box,
  article#main-col,
  aside#sidebar{
    float:none;
    text-align:center;
    width:100%;
  }




  header{
    padding-bottom:20px;
  }

  

  #showcase h1{
    margin-top:40px;
  }

  #newsletter button, .quote button{
    display:block;
    width:100%;
  }

  #newsletter form input[type="email"], .quote input, .quote textarea{
    width:100%;
    margin-bottom:5px;
  }


  @media screen and (min-width: 601px) {
  div.slider {
    font-size: 50px;
  }
}

@media screen and (max-width: 600px) {
  div.slider {
    font-size: 30px;
  }
}

  

}
