/* Site couleur */
/*

orange = #FCB144
bleu = #2563A4

*/


body {
  margin: 0;
  font-family: verdana;
}

a {
  text-decoration: none;
  color: blue;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: white;
    position: fixed;
    top: 0;
    width: 100%;
    font-size: 25px;
}

li {
    float: left;
}

li a {
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

table, th, td {
  border: solid 3px black;
  border-collapse: collapse;
}

.telnavbar {
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  margin-left: 650px;
}

#barmenu {
  position: fixed;
}

/* Profil entreprise */

#profiletentreprise {
  background-color: #F5F2F2;

}

#profiletentreprise {
  margin-top: 100px;
}

.textprofileentreprisetitle {
  font-size: 65px;
  color: #2563A4;
  padding: 40px;
}

.textprofileentreprise {
  font-size: 35px;
}

.positiontextprofilentreprise {
  text-align: center;
  margin-top: 15px;
  padding: 10px;
  margin-left: 250px;
  margin-right: 250px;
}

/* Rayon d'action map */

.titreIntervention {
  font-size: 55px;
  color: #2563A4;
  padding: 20px;
}

.Rayondaction {
  margin-top: 65px;
  text-align: center;
}

/* Les Forfaits */

#forfaits {
  margin-top: 50px;
}

.titleforfaits{
  font-size: 50px;
  color: #2563A4;
  padding: 40px;
}

.positiontextforfaits {
  text-align: center;
  margin-top: 15px;
}

.textforfaits {

}

/* Grid Forfaits */

.grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
  padding: 10px;
}

.grid-item {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.8);
  padding: 20px;
  font-size: 30px;
  text-align: center;
  border: none;
}

h3.grid-item-title-forfait {
  color: #FCB144;
}

/* Les Devis */

#devis {
    margin-top: 50px;
    background-color: #F5F2F2;
}

.positiontitledevis {
  text-align: center;
}

.titledevis {
  font-size: 50px;
  color: #2563A4;
  padding: 40px;
}

.container-form-devis {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  padding: 16px;
  background-color: white;
  margin-top: 50px;
  border: solid 3px #FCB144;
  border-radius: 15px;
}

label.formEntete {
  font-size: 23px;
}

input[type=text], textarea, select {
  width: 90%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

input[type=text]:focus, textarea:focus, select:focus {
  background-color: #ddd;
  outline: none;
}

.btn-devis {
  background-color: #4CAF50;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.btn:hover {
  opacity: 1;
}

/* Gallerie photos */

#galleriephotos {
  margin-top: 50px;
}

.titlephotos {
  font-size: 50px;
  color: #2563A4;
  padding: 40px;
  text-align: center;
}

  /* Slideshow */

.container-gallery {
  display: grid;
 grid-template-columns: auto auto auto auto;
 padding: 10px;
}

.container-item-gallery {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.8);
  padding: 20px;
  font-size: 30px;
  text-align: center;
  border: none;
}

  div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  width: 400px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

/* Liens instagram */

.container-instagram {
  display: grid;
  grid-template-columns: auto;
   padding: 10px;
   margin-left: auto;
   margin-right: auto;
}

.grid-item-instagram {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.8);
  padding: 15px;
  font-size: 25px;
  text-align: center;
  border: none;
}

/* Contact */

#contact {
  margin-top: 50px;
}

.titlecontact {
  font-size: 50px;
  color: #2563A4;
  padding: 20px;
}

.positiontextcontact {
  text-align: center;
  margin-top: 15px;
}

.grid-container-contact {
  display: grid;
  grid-template-columns: auto auto;
  background-color: #F5F2F2;
  padding: 10px;
}

.grid-item-contact {
  background-color: #F5F2F2;
  border: 1px solid rgba(0, 0, 0, 0.8);
  padding: 20px;
  font-size: 30px;
  text-align: center;
  border: none;
}

.titreIntervention {

}

/* Button */

.button {
  border-radius: 4px;
  background-color: #EC8709 ;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 28px;
  padding: 20px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

/* Button call */

a .callanchor{
  background-color: red;
  color: white;
  padding: 1em 1.5em;
  text-decoration: none;
  text-transform: uppercase;
}

a:hover .callanchor{
  background-color: #555;
}

a:active .callanchor{
  background-color: black;
}

a:visited .callanchor{
  background-color: #ccc;
}
