h1 {
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  background-color: rgba(70, 159, 194, 0.2);
  font-family: sans-serif;
  font-weight: bolder;
  text-align: center;
  color: black;
  border-radius: 10px;
}

h2 {
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 50px;
  margin-bottom: 20px;
  padding: 20px 20px;
  font-family: sans-serif;
  font-weight: bolder;
  text-align: center;
  color: darkblue;
  border-radius: 1px;
  border-style: dotted;
  
}




a {
  color: grey;
}


a:hover {
  color: blue;
  
}


.footer {
  text-align: center;
  margin-top: 40px;
  padding: 5px;
  color: white;
  font-size: 12px;
  background: darkgrey;
}


.en-bref {
  color: gold;
  text-decoration: underline;
  background: blue;
  text-align: center;
  padding: 10px;
  width: 400px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}


.article {
  line-height: 1.3;
  text-align: center;
}


.article-a-puce {
  width: 50vw;
  margin: auto;
  
}


.background {
  background-image: src= "img/piau-entete.png";
  position: fixed;
  opacity: 0.2;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}





.telephone {
  display: none;
  }


a.hover_white:hover {
  color: white !important;
}


a.hover_accueil:hover {
  color: gold !important;
  text-decoration: underline;
}


.card-img-top {
  width: 100%;
  height: 15vw;
  -o-object-fit: cover;
  object-fit: cover;
}


.contenu {
  position: relative;
  margin-bottom: 20px;
  margin-top: 100px;
}


.titre {
  
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}


.morph {
  width: 70px;
  height: 70px;
  -webkit-filter: grayscale(0) blur(0px);
  filter: grayscale(0) blur(0px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}


.morph:hover {
 
  border-radius: 30%;  /* on arrondit l'image */
  -webkit-transform: rotate(360deg); /* rotation de l'image */
  transform: rotate(360deg);
}


h1::first-letter {
  color:gold;
  font-size: 130%;
  border: 1px solid black;
  background: blue;
  border-radius: 5px;
}


.tel {
  position: absolute;
  display: inline;
  height: 50px;
  width: 50px;
  top: 0;
  right: 0;
} 

.logo {
  position: absolute;
  display: inline;
  height: 50px;
  width: 50px;
  top: 0;
  left: 0;
} 



input, textarea {
  border-radius: 15px !important;
  border: 1px solid black !important;
}

.required:after {
  content:" *";
  color: red;
}

.required-fin:before {
  content:"* ";
  color: red;
}
.warning {
  font-size: 12px;
  font-style: italic;
  text-align: center;
}
textarea {
  resize: none;
}

.premierplan {
  position:relative;
  
}





table,th,td {
  border: 1px solid black;
  text-align: center;
  padding: 10px 20px;
  margin-left: auto;
  margin-right: auto; 
}

table {
  border-collapse: collapse;
}


thead th {
  background-color: aquamarine;
}


tbody tr:nth-child(odd){
  background-color: #4C8BF5;
  color: lightgray;
}


tr:nth-child(even) {
  background-color: whitesmoke;
}

.titre-precision-tarif {
  background-color: #FFFF00;
  padding: 10px;
  width: 800px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  color: red;
  text-align: center;
  border-radius: 15px;

  
}
.precision-tarif {
  background-color: white;
  height: auto;
  width: auto;
  padding: 15px 20px 5px 20px;
  margin: 30px;
  color: black;
  text-align: left;
  border-radius: 15px;
  border: 1px solid black;
}

.carte {
  display: flex;
  justify-content: center;
  align-items:center;
}


.encadrement-photos {
  background: rgba(70, 159, 194, 0.2);
  border: 2px solid darkgoldenrod;
  text-align: center;
}










.carousel-inner > .carousel-item > img { 
  margin:auto; 
}
 


.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
 }
 
 .carousel-control-next-icon {
   background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
 }


.libelle-photos {
  
  margin-left: 25vw;
  margin-right: 25vw;
  padding: 10px 10px;
  background-color: #4C8BF5;
  font-family: sans-serif;
  font-weight: bolder;
  text-align: center;
  color: white;
  border-radius: 10px;

}



/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
  text-align: center;
}

/* Style the links inside the navigation bar */
.topnav a {

  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: goldenrod;
  color: white;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color:grey;
  color: white;
  
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* Media Query pour cacher les liens sauf le bouton ("Accueil") */
@media screen and (max-width: 1190px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
    font-size: 40px;
  }
}

/* Agrandissement logo 3 traits pour afficher le menu en mode responsive en haut à droite */
@media screen and (max-width: 1190px) {
  
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
    size: 250%;
  }
/* media query pour afficher les liens en blocks , centrés et grossis en mode responsive */
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: center;
    font-size: 40px;
  }

  /* media query pour afficher bouton Accueil fond gris couleur bleu et grande taille */
  .topnav a.active {
    background-color:grey;
    color: blue;
    font-size: 40px;
  }
/* media query pour masquer l'icone tel en haut à droite */
  .tel {
    display: none;
   }

   /* media query pour agrandir le logo Trigaly en haut à gauche */
  .logo {
    height: 80px;
    width: 80px;
  }

/* media query pour le titre des pages */
  .footer, .contenu {
    font-size: 20px;
}

/* media query pour agrandir le "En Bref" en bas de page Index.html */
.en-bref {
  font-size: 25px;
}
}

/* media query pour le titre des pages */
@media screen and (max-width: 1900px)
{
  .titre h1
  {
  font-size: 250%;
  }
}

/* media query pour le titre en bas de la page Index.html */
@media screen and (max-width: 1900px)
{
  
/* media query pour le titre en bas de la page Tarif */
  .titre-precision-tarif {
    font-size: 25px;
  }

/* media query pour le texte en bas de la page Tarif */
  .precision-tarif {
    font-size: 20px;
  }

  .figure-caption {
    font-size: 20px;
  }

  h2 {
    font-size: 25px;
  }


.form-label, .warning {
  font-size: 25px; 
}

.btn-outline-primary {
  font-size: 200%;
} 

.card-header {
  font-size: 25px;
}

.card-text {
  font-size: 20px;
}
}




@media screen and (max-width: 1900px)
{
  .texte-raid {
    font-size: 20px;
  
  }
}

.photo-raid{
  float: left;
  margin: 0px 25px 5px 30px;
}

.raid{
  padding: 20px;
}

.texte-raid {
  padding: 30px;
  }

  @media screen and (max-width: 1900px)
  {
  .article-a-puce {
    width: 80vw;
    margin: auto;
  }
}