/* Reset des styles de base */
* {
   margin: 0;
   padding: 0;
   font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
   font-size: 16px;
}

body {
  text-align: left;
  background-color: #fff;
	font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.border {
  border-top: #bbb solid 1px;
  margin: 40px 0px 40px 0px;
}

nav {
  background-color: white;
  color: white;
  padding: 16px;
  font-size: 17px;
  display: flex;
  justify-content: center;
  border-bottom: 1px #9b9a9a solid;
  box-shadow: 0px 5px 6px #9b9a9a;
}

nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul li a {
  color: black;
  text-decoration: none;
  padding: 16px;
}

nav ul li a:hover {
  background-color: rgb(3, 129, 247);
}

div .URLs-Infos{
  margin-top: 30px;
  margin-bottom: 100;
}

.URLs-Infos span {
  display: inline-block;
  margin: 0px 5px 0px 5px;
  padding: 6px 8px;
  border: none;
  border-radius: 5px;
  background-color: #256ee2;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease-in-out;
}

.URLs-Infos span:hover {
  background-color: #275c8b;
}

.URLs-Infos span:before {
  content: attr(data-hover);
  visibility: hidden;
  opacity: 0;
  width: 200px;
  background-color: #0e395f;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  transition: opacity 0.5s ease-in-out;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  bottom: 120%;
}

.URLs-Infos span:hover:before {
  opacity: 1;
  visibility: visible;
  bottom: 120%;
}

.bouton {
  background-color: #275c8b;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 20px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease 0s;
}

.bouton:hover {
  background-color: #275c8b;
  box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.5);
}

/* Styles de la section mail */

.grid-container {
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
  padding: 10px;
}

.victime-content {
    margin: auto;
}

h1 {
  text-align: center;
  font-size: 45px;/*
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: rgb(186, 220, 240);
  */
  margin-bottom: 20px;
}

h2 {
    
    text-align: left;
    font-size: 30px;
    margin-left: -3%;
}

h3{
  margin-top: 2%;
  text-align: left;
  font-size: 25px;
  margin-left: -2%;
}

ol{
    margin-left: 30px;
}

.contenu {
 margin-left: 15%;
 margin-right: 15%;
}

img {
  text-align:center;
  margin:auto;
  display:flex;
}

.bouton {
  text-align: center;
  margin: 0% 45% 0% 45%;
}

hr {
  margin-top: 45px;
  margin-bottom: 45px;
}

.reseaux {
  text-align: left;
  margin-bottom: 2%;
}

.reseaux-h2{
  margin-top: 50px;
}

.reseauux-arnaque-h2 {
  margin-top: 30px;
}

.mail {
  text-align: left;
  margin-bottom: 2%;
}

li {
    margin-top: 1.5%;
}

.citation {
  padding: 2%;
  background-color: #f2f2f2;
  border-radius: 25px;
  margin-right: 30px;
  margin-top: 10px;
}

/* Ajout d'une police de caractères Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400&display=swap');

footer {
  background-color: #333333;
  padding: 30px 0;
  text-align: center;
  color: #ffffff;
  margin-top: 80px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

footer ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

footer ul li {
  display: inline-block;
  margin-right: 20px;
}

footer ul li a {
  color: #ffffff;
  text-decoration: none;
  padding: 10px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  font-family: 'Roboto', sans-serif;
}

footer ul li a:hover {
  background-color: #818181;
  color: #ffffff;
}

footer p {
  font-size: 14px;
  margin-bottom: 0px;
}

footer p:first-child {
  margin-top: 0;
}

footer p.message {
  font-style: italic;
  color: #aaaaaa;
}

footer p.message:before {
  content: open-quote;
}

footer p.message:after {
  content: close-quote;
}

footer p:last-child {
  margin-bottom: 0;
}

footer .copyright {
  font-size: 12px;
  opacity: 0.8;
  font-family: 'Roboto', sans-serif;
  color: #cccccc;
}

/*-----------------------------------------------------Présentation--------------------------------------------------*/

.mySlides {
  display: none
}

img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  margin-top: 4%;
  margin-bottom: 4%;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
/*-----------------------------------------------------Présentation--------------------------------------------------*/


/*-----------------------------------------------------Témoignage--------------------------------------------------*/
  
.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px;
}

/* Styles des témoignages */
.temoignage {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #fff;
}

.profil-picture {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}

.temoignage-h4 {
  font-size: 18px;
  margin-bottom: 5px;
}
  
.temoignage-p {
  font-size: 16px;
  line-height: 1.5;
  color: #555;
}

  /*-----------------------------------------------------Fin Témoignage--------------------------------------------------*/
  