.custom-body {
	margin: 0;
  padding-left:15px;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #c5e1f3;
}

.navegacion{
	 color: #fff;
	background-color:#0f75fb;
	margin: 0;
}
.navegacion a{
	color: #fff;
}
.doctimg{
	height:15px;
	margin-bottom:3px;
	vertical-align:right;
	width:auto;
}
.doctimg-span {
	font-size:13px;
}
.doctimg-text{

	display:block;
	text-align:center;
	background-color:#a5defa;
	color:#ffffff;
	font-size:14px;
	overflow:hidden;
	width:257px;
	height:40px;
	border-bottom-right-radius:none;
	border-bottom-left-radius:none;

	bottom:10px;left:
	 0;right:5px;
	 z-index:1000;
	 border-top-left-radius:4px;
	 border-top-right-radius:4px;
	line-height:40px;
}
.elemento-fijo {
	position:fixed;
	right: 0;
  }
  .doct
  {

width:100%;
height:40px;
  }
  .photo{

margin-top: 20px;
margin-bottom: 20px;
  }
  .photo1{
	display: flex;
	justify-content: center;

	margin-top: 20px;
	margin-left:20px;
	
  }
  @media (max-width: 480px) {
	.photo1 {
	  display: none;
	}
  }
  .pie{
color: #fff;
background-color:#0c71f4;

  }
  .pie a{
color: rgb(196, 245, 245);


  }
  hr.featurette-divider{
	margin-top: 5px;
	margin-bottom: 5px;
	background-color:#fff;


  }
  .alinear{
	
	text-align: center;


  }
  .corp{

	margin-top: 25px;
	margin-bottom: 25px;
	padding-left:30px;
	padding-right: 30px;
	text-align: justify;
  }
  .lead { 
	font-weight:normal;
	font-size:1.5em;
	line-height:1.2em;
}

.title,
.subtitle { 
	font-family: 'Wire One', Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:7em;
	margin-bottom:15px; 
	color:#131b40; 
	line-height:1em;
}
.subtitle { 
	line-height:.9em;
	font-size:5.5em;
	margin-top:0;
	margin-bottom:40px; 
}
.tagline { 
	font-size:1.4em;
	line-height:1.3em;
	font-weight:normal;
	margin-bottom:75px;
}
.iframe {
	width: 100%;
	height: 300px;
	border: none;
}
/* Styles généraux pour le mobile */
body {
	font-family: 'Arial', sans-serif;
	margin: 0;
	padding: 0;
  }
  
  /* Conteneur de la page */
  .container {
	padding: 15px;
  }
  
  /* En-tête */
  .header {
	background-color: #f8f9fa;
	padding: 20px;
	text-align: center;
	border-bottom: 1px solid #ddd;
  }
  
  /* Section principale */
  .main {
	padding: 20px 0;
  }
  
  /* Pied de page */
  .footer {
	background-color: #f8f9fa;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #ddd;
  }
  
  /* Image responsive */
  .img-fluid {
	max-width: 100%;
	height: auto;
  }
  
  /* Texte responsive */
  .text-center {
	text-align: center;
  }
  
  /* Bouton personnalisé */
  .btn-custom {
	background-color: #007bff;
	color: white;
	border: none;
	padding: 10px 20px;
	text-align: center;
	display: inline-block;
	font-size: 16px;
	margin: 10px 0;
	cursor: pointer;
  }
  
  .btn-custom:hover {
	background-color: #0056b3;
  }
  
  /* Media Queries pour petits écrans */
  @media (max-width: 576px) {
	.header, .footer {
	  text-align: left;
	  padding: 10px;
	}
  
	.container {
	  padding: 10px;
	}
  
	.btn-custom {
	  width: 100%;
	}
  }
  