@charset "utf-8";
/* CSS Document */

body, 
html {
  height: 100%;
  margin: 0;
  padding: 0;
  font: 400 15px/1.8 "Lato", sans-serif;
  color: #777;
  background-color: #282E34;
}
/*********************************************/
/*            PARAMETRES COMMUNS             */
/*********************************************/
sup { font-size: 0.7em; }
img a { border: 1px solid red; }
h3 { 
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  color: #111; 
}
#slide1,
#slide2,
#slide3 {  
	color: gray;
  width: 100%;
  margin: 0 auto;
  padding: 0;
	overflow: hidden;
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
}
#slide1 { 
  background: url(pictures/box-1.jpg) 50% 0 no-repeat fixed;
  min-height: 100%;
}
#slide2 { 
  background: url(pictures/box-2.jpg) 50% 0 no-repeat fixed;
  min-height: 80%;
}
#slide3 { 
  background: url(pictures/box-3.jpg) center 0 no-repeat fixed;
  min-height: 10%;
}
.inside1,
.inside2,
.inside3 {
  text-align: center;
  color: #000;  
}
.inside1 {
  top: 25%;
  padding: 15px;
  margin: 35vh auto;
}
.inside2 { 
  padding: 3% 30px 3% 30px;
  margin: 20px auto;
  text-align: justify;
  background-image: url(pictures/background-table.png);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */  
}
.inside2 h2 {
  text-align: center;
}
.transition1 {
  width: 100%;    
}
.transition2 {
  background: #282E34;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
}
.inside_transition1 {
  padding: 25px 10vh 25px;
  margin: auto;
  background-color: white;
}
.inside_transition1 h3  {
  font-size: 1.5em;
}
.inside_transition3,
.inside_transition4 {
  background-image: url(pictures/background-table.png);
  padding: 5px 20px;
  border-radius: 10px;
}
.inside_transition4 { margin: 200px 15% 100px 15%; }
.inside_transition3 h3,
.inside_transition4 h3 {
    text-align: left;
    font-size: 1.2em;
    border-bottom: 1px solid black;
}
.table_inside2 {
  padding: 15px 0;
  margin: auto;
  text-align: center;
  background-image: url(pictures/background-table.png);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}
.table_2 td {
  width: 250px;  
  padding: 5px 15px;
}
.inside3 {
  color: white;
  height: 110px;
  line-height: 110px;
  vertical-align: middle;
  text-align: center;
  font-size: 1.7em;
  font-weight: bold;
  text-shadow: 0px 0px 9px #000;
  margin-top: 35vh;
}
#p1,
#p2,
#p3,
#p4,
#p5,
#p6 { display: none; }
.cube { text-align: center; }
.cube p {
  text-align: left;
  margin-left: 20px;
}
.border {
  background-color: #282E34;
  font-size: 2em;
  color: #f7f7f7;
  padding: 25px;
  border-radius: 10px;
}
.table_footer {
  width: 90%;
  margin: auto;
  border-spacing: 10px 0;
  border-collapse: separate;
}
.table_footer { margin: auto; }
.table_footer td {
  width: auto;
  text-align: center;
}
.no_link a,
.no_link:visited,
.no_link-2 a,
.no_link-2:visited { 
  text-decoration: none; 
  color: white;
  font-size: 1em; 
}
.no_link a:hover,
.no_link-2 a:hover { text-decoration: underline; }
.no_link { font-style: italic; }
#menu_h {
  position: fixed;
  float: left;
  margin: 0 auto;
  z-index: 100;
  background-image: url(pictures/background-menu.png);
  width: 100%;
  padding-right: 10vw;
  text-align: right;
  line-height: 75px;
  font-size: 1.2em;
}
#menu_h {
  vertical-align: bottom;
}
.contact {
  margin-right: 20px;
}
.contact a,
.contact a:visited {
  text-decoration: none;
  color: black;
}
.contact a:hover {
  text-decoration: underline;
  color: gray;
}
.num-tel,
.num-tel:visited,
.adress,
.adress:visited {
  color: white;
  background-color: lawngreen;
  padding: 3px 7px;
  border-radius: 7px;
  margin-right: 10px;
}
.span-adress-email {
  width: auto;
  float: right; 
}
.span-appel {
  text-align: center;
  line-height: 0.4;
  width: auto;
  float: right;
}
.text-span-appel {
  font-size: 0.8em;
  color: black;
}
.num-tel:hover {
  color: green;
  background-color: transparent;
}
a.num-tel,
a.adress {
  text-decoration: none;
}
.adress,
.adress:visited {
  background-color: gray;
}
.adress:hover {
  color: gray;
  background-color: transparent;
}
a.mail {
  text-decoration: none;
}
.mail,
.mail:visited {  
  margin-right: 10px;
  color: black;
}
.mail:hover {
  text-decoration: underline;
  color: gray;
}
#logo {
  position: absolute;
  margin-top: 10px;
  margin-left: 7px;
  z-index: 102;
}
.center { text-align: center; }
.list_home a,
.list_home a:hover,
.list_home a:visited {
  text-decoration: none;
  color: white;
  cursor: alias;
}
.closed {
  float: right;
  margin: 0;
  margin-top: 2px;
  margin-right: 2px;
}
.closed a, .closed a:visited {
  text-decoration: none;
  color: #777;
}
.closed a:hover { color: black; }
/*********************************************/
/*            FIN PARAMETRES COMMUNS         */
/*********************************************/
/***************************************************************/
/*               LI ACCUEIL                                    */
/***************************************************************/
ul.list_home {
  list-style: none;
  /*background-image: url(pictures/background-menu.png);*/
  margin: auto;
}
.list_home h1 {
  text-align: right;
  text-shadow: 1px 1px 25px #000;
  font-weight: bold;
  color: white;  
}
.accueil { background: url(pictures/icons/2424.png) right 0 no-repeat; }
.video { background: url(pictures/icons/video-surveillance.png) right 0px no-repeat; }
.serrure { background: url(pictures/icons/securise.png) right 0px no-repeat; }
.stockage { background: url(pictures/icons/box.png) right 0px no-repeat; }
.parking { background: url(pictures/icons/parking.png) right 0px no-repeat; }
.manutention { background: url(pictures/icons/manutention.png) right 0px no-repeat; }
.controle { background: url(pictures/icons/clavier.png) right 0px no-repeat; }
/***************************************************************/
/*               FORMULAIRE CONTACT                            */
/***************************************************************/
.contact1 {
  border: 1px solid black;
  border-radius: 10px;
  background-color: #282E34;
  color: white;
  padding: 0px 20px;
  margin: auto;
  text-align: center;
}
.encart1 {
  font-size: 1.2em;
  font-weight: bold;
  background-color: gray;
  border-radius: 10px;
}
.encart2 {
  background: url(pictures/DrawingPin1_Blue.png) 5px 3px no-repeat;
  padding: 0 10px 0 30px;
  background-color: gray;
  border-radius: 10px;
}
.encart2 a,
.encart2 a:visited,
.num-tel-contact a,
.num-tel-contact a:visited {
  color: white;
  text-decoration: none;
}
.encart2 a:hover,
.num-tel-contact a:hover {
  text-decoration: underline;
}
.tableau_form,
.tableau_form2 {
  width: 500px;
  margin: auto;
}
.centre { text-align: center; }
.tableau_form2 { text-align: center; }
fieldset { 
  padding: 10px 15px;
  width: 500px;
  margin: 35px auto;
  background-image: url(pictures/background-menu.png);
}
legend,
.button_submit { 
  margin: auto;
  padding: 2px 5px;
  background: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 3px rgba(74, 73, 78, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(74, 73, 78, 0.5);
  box-shadow: 0 1px 3px rgba(74, 73, 78, 0.5);
}
.petit_noir { font-size: 0.9em; color: black; font-weight: bold; }
.rouge { color: red; }

/*************************************************/
/*                SMARTPHONES                    */
/*************************************************/
@media (max-width: 767px) {  
  /* Turn off parallax scrolling for tablets and phones */
  #slide1,
  #slide2,
  #slide3 { background-attachment: scroll; }
  ul.list_home {
    width: 90%;
    line-height: 40px;
  }
  .list_home h1 {
    font-size: 1.1em;
    line-height: 40px;
  }  
  .inside_transition3,
  .inside_transition4 {
    margin: 100px 5%;
  }
  #logo img { width: 200px; }
  .inside2 { width: 90%; }
  .hideSmartphone { display: none; }
}


/*************************************************/
/*                 TABLETTES                     */
/*************************************************/
@media (min-width: 768px) and (max-width: 979px) {  
  /* Turn off parallax scrolling for tablets and phones */
  #slide1,
  #slide2,
  #slide3 { background-attachment: scroll; }
  ul.list_home {
    width: 600px;
    line-height: 40px;
  }
  .list_home h1 {
    font-size: 1.6em;
    line-height: 40px;
  }
  .inside_transition3,
  .inside_transition4 {
    margin: 100px 15%;
  }  
  #logo img { width: 250px; }
  .inside2 { width: 80%; }
}


/*************************************************/
/*                 ORDINATEURS                   */
/*************************************************/
@media (min-width: 980px) {
  #slide1,
  #slide2,
  #slide3 {  
    -webkit-background-size: cover; /* pour anciens Chrome et Safari */
    background-size: cover; /* version standardisée */
  }
  ul.list_home {
    width: 600px;
    line-height: 40px;
  }
  .list_home h1 {
    font-size: 1.6em;
    line-height: 40px;
  }
  .inside_transition3,
  .inside_transition4 {
    margin: 200px 15%;
  }  
  #logo img { width: 350px; }
  .inside2 { width: 70%; }
}